Skip to main content

PlusUnaryOperator

Type

operator

Summary

Unary plus operator.

Syntax

+ <Operand>

Description

The unary plus operator is a no-op on the predefined numeric types.

Parameters

NameTypeDescription

Operand

An expression that evaluates to a number.

Examples

variable tVar as Number
put +5 into tVar -- tVar contains 5
Thank you for your feedback!

Was this page helpful?